home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Softdisk for Windows 42
/
Softdisk for Windows 42.iso
/
QUARRY
/
QUARRY.EXE
/
QUARRY.dxr
/
00191.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-01-01
|
200 b
|
14 lines
on mouseUp
global SOND, COMPLAY, TURN
set COMPLAY to 0
if SOND = 0 then
puppetSound("SCLICK")
end if
if TURN = 2 then
go("CMP")
end if
if TURN = 1 then
go("OO")
end if
end